'Declaration
Public Function GetTextOccurrenceCount( _ ByVal Page As Integer, _ ByVal Text As String, _ ByVal CaseSensitive As Boolean, _ ByVal WholeWords As Boolean _ ) As Integer
public int GetTextOccurrenceCount( int Page, string Text, bool CaseSensitive, bool WholeWords )
public function GetTextOccurrenceCount( Page: Integer; Text: String; CaseSensitive: Boolean; WholeWords: Boolean ): Integer;
public function GetTextOccurrenceCount( Page : int, Text : String, CaseSensitive : boolean, WholeWords : boolean ) : int;
public: int GetTextOccurrenceCount( int Page, string* Text, bool CaseSensitive, bool WholeWords )
public: int GetTextOccurrenceCount( int Page, String^ Text, bool CaseSensitive, bool WholeWords )
Parameters
- Page
- Text
- CaseSensitive
- WholeWords